source Cách tạo Máy tính trong c#

1 namespace Kalkulator
2 {
3     
partial class Calculator
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1 =
new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::Kalkulator.SplashScreen1), true, true);
32             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(Calculator));
33             
this.textBox1 = new System.Windows.Forms.TextBox();
34             
this.button17 = new System.Windows.Forms.Button();
35             
this.button18 = new System.Windows.Forms.Button();
36             
this.label1 = new System.Windows.Forms.Label();
37             
this.button19 = new System.Windows.Forms.Button();
38             
this.button21 = new System.Windows.Forms.Button();
39             
this.button22 = new System.Windows.Forms.Button();
40             
this.button23 = new System.Windows.Forms.Button();
41             
this.button24 = new System.Windows.Forms.Button();
42             
this.button25 = new System.Windows.Forms.Button();
43             
this.button26 = new System.Windows.Forms.Button();
44             
this.button27 = new System.Windows.Forms.Button();
45             
this.button28 = new System.Windows.Forms.Button();
46             
this.button29 = new System.Windows.Forms.Button();
47             
this.label2 = new System.Windows.Forms.Label();
48             
this.groupBox1 = new System.Windows.Forms.GroupBox();
49             
this.button60 = new System.Windows.Forms.Button();
50             
this.button59 = new System.Windows.Forms.Button();
51             
this.button58 = new System.Windows.Forms.Button();
52             
this.button55 = new System.Windows.Forms.Button();
53             
this.button43 = new System.Windows.Forms.Button();
54             
this.button53 = new System.Windows.Forms.Button();
55             
this.button48 = new System.Windows.Forms.Button();
56             
this.button47 = new System.Windows.Forms.Button();
57             
this.button42 = new System.Windows.Forms.Button();
58             
this.button57 = new System.Windows.Forms.Button();
59             
this.button46 = new System.Windows.Forms.Button();
60             
this.button45 = new System.Windows.Forms.Button();
61             
this.button56 = new System.Windows.Forms.Button();
62             
this.button49 = new System.Windows.Forms.Button();
63             
this.button54 = new System.Windows.Forms.Button();
64             
this.button52 = new System.Windows.Forms.Button();
65             
this.button51 = new System.Windows.Forms.Button();
66             
this.button50 = new System.Windows.Forms.Button();
67             
this.button41 = new System.Windows.Forms.Button();
68             
this.button44 = new System.Windows.Forms.Button();
69             
this.button40 = new System.Windows.Forms.Button();
70             
this.button36 = new System.Windows.Forms.Button();
71             
this.button3 = new System.Windows.Forms.Button();
72             
this.button39 = new System.Windows.Forms.Button();
73             
this.button35 = new System.Windows.Forms.Button();
74             
this.button38 = new System.Windows.Forms.Button();
75             
this.button16 = new System.Windows.Forms.Button();
76             
this.button4 = new System.Windows.Forms.Button();
77             
this.button12 = new System.Windows.Forms.Button();
78             
this.button8 = new System.Windows.Forms.Button();
79             
this.button20 = new System.Windows.Forms.Button();
80             
this.button37 = new System.Windows.Forms.Button();
81             
this.button2 = new System.Windows.Forms.Button();
82             
this.button34 = new System.Windows.Forms.Button();
83             
this.button15 = new System.Windows.Forms.Button();
84             
this.button14 = new System.Windows.Forms.Button();
85             
this.button33 = new System.Windows.Forms.Button();
86             
this.button32 = new System.Windows.Forms.Button();
87             
this.button6 = new System.Windows.Forms.Button();
88             
this.button31 = new System.Windows.Forms.Button();
89             
this.button30 = new System.Windows.Forms.Button();
90             
this.button11 = new System.Windows.Forms.Button();
91             
this.button7 = new System.Windows.Forms.Button();
92             
this.button10 = new System.Windows.Forms.Button();
93             
this.button5 = new System.Windows.Forms.Button();
94             
this.button1 = new System.Windows.Forms.Button();
95             
this.button9 = new System.Windows.Forms.Button();
96             
this.button13 = new System.Windows.Forms.Button();
97             
this.groupBox1.SuspendLayout();
98             
this.SuspendLayout();
99             
//
100             
// textBox1
101             
//
102             
this.textBox1.BackColor = System.Drawing.Color.Teal;
103             
this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F);
104             
this.textBox1.ForeColor = System.Drawing.SystemColors.Info;
105             
this.textBox1.Location = new System.Drawing.Point(5, 11);
106             
this.textBox1.Multiline = true;
107             
this.textBox1.Name = "textBox1";
108             
this.textBox1.Size = new System.Drawing.Size(282, 58);
109             
this.textBox1.TabIndex = 0;
110             
this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
111             
//
112             
// button17
113             
//
114             
this.button17.BackColor = System.Drawing.SystemColors.ControlDarkDark;
115             
this.button17.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
116             
this.button17.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
117             
this.button17.ForeColor = System.Drawing.SystemColors.ButtonFace;
118             
this.button17.Location = new System.Drawing.Point(189, 145);
119             
this.button17.Name = "button17";
120             
this.button17.Size = new System.Drawing.Size(43, 27);
121             
this.button17.TabIndex = 17;
122             
this.button17.Text = "n!";
123             
this.button17.UseVisualStyleBackColor = false;
124             
this.button17.Click += new System.EventHandler(this.button17_Click);
125             
//
126             
// button18
127             
//
128             
this.button18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
129             
this.button18.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
130             
this.button18.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.25F, System.Drawing.FontStyle.Bold);
131             
this.button18.ForeColor = System.Drawing.SystemColors.ControlLightLight;
132             
this.button18.Location = new System.Drawing.Point(219, 244);
133             
this.button18.Name = "button18";
134             
this.button18.Size = new System.Drawing.Size(55, 44);
135             
this.button18.TabIndex = 18;
136             
this.button18.Text = "AC";
137             
this.button18.UseVisualStyleBackColor = false;
138             
this.button18.Click += new System.EventHandler(this.button18_Click);
139             
//
140             
// label1
141             
//
142             
this.label1.AutoSize = true;
143             
this.label1.BackColor = System.Drawing.Color.Teal;
144             
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
145             
this.label1.Location = new System.Drawing.Point(33, 47);
146             
this.label1.Name = "label1";
147             
this.label1.Size = new System.Drawing.Size(0, 17);
148             
this.label1.TabIndex = 19;
149             
//
150             
// button19
151             
//
152             
this.button19.BackColor = System.Drawing.SystemColors.ControlDarkDark;
153             
this.button19.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
154             
this.button19.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
155             
this.button19.ForeColor = System.Drawing.SystemColors.ButtonFace;
156             
this.button19.Location = new System.Drawing.Point(94, 211);
157             
this.button19.Name = "button19";
158             
this.button19.Size = new System.Drawing.Size(51, 27);
159             
this.button19.TabIndex = 20;
160             
this.button19.Text = "√{x}";
161             
this.button19.UseVisualStyleBackColor = false;
162             
this.button19.Click += new System.EventHandler(this.button19_Click);
163             
//
164             
// button21
165             
//
166             
this.button21.BackColor = System.Drawing.SystemColors.ControlDarkDark;
167             
this.button21.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
168             
this.button21.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F);
169             
this.button21.ForeColor = System.Drawing.SystemColors.ButtonFace;
170             
this.button21.Location = new System.Drawing.Point(237, 114);
171             
this.button21.Name = "button21";
172             
this.button21.Size = new System.Drawing.Size(37, 25);
173             
this.button21.TabIndex = 22;
174             
this.button21.Text = "x2";
175             
this.button21.UseVisualStyleBackColor = false;
176             
this.button21.Click += new System.EventHandler(this.button21_Click);
177             
//
178             
// button22
179             
//
180             
this.button22.BackColor = System.Drawing.SystemColors.ControlDarkDark;
181             
this.button22.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
182             
this.button22.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F);
183             
this.button22.ForeColor = System.Drawing.SystemColors.ButtonFace;
184             
this.button22.Location = new System.Drawing.Point(179, 114);
185             
this.button22.Name = "button22";
186             
this.button22.Size = new System.Drawing.Size(37, 25);
187             
this.button22.TabIndex = 23;
188             
this.button22.Text = "x3";
189             
this.button22.UseVisualStyleBackColor = false;
190             
this.button22.Click += new System.EventHandler(this.button22_Click);
191             
//
192             
// button23
193             
//
194             
this.button23.BackColor = System.Drawing.SystemColors.ControlDarkDark;
195             
this.button23.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
196             
this.button23.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
197             
this.button23.ForeColor = System.Drawing.SystemColors.ButtonFace;
198             
this.button23.Location = new System.Drawing.Point(6, 45);
199             
this.button23.Name = "button23";
200             
this.button23.Size = new System.Drawing.Size(47, 31);
201             
this.button23.TabIndex = 24;
202             
this.button23.Text = "M+";
203             
this.button23.UseVisualStyleBackColor = false;
204             
this.button23.Click += new System.EventHandler(this.button23_Click);
205             
//
206             
// button24
207             
//
208             
this.button24.BackColor = System.Drawing.SystemColors.ControlDarkDark;
209             
this.button24.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
210             
this.button24.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
211             
this.button24.ForeColor = System.Drawing.SystemColors.ButtonFace;
212             
this.button24.Location = new System.Drawing.Point(101, 45);
213             
this.button24.Name = "button24";
214             
this.button24.Size = new System.Drawing.Size(44, 31);
215             
this.button24.TabIndex = 25;
216             
this.button24.Text = "MC";
217             
this.button24.UseVisualStyleBackColor = false;
218             
this.button24.Click += new System.EventHandler(this.button24_Click);
219             
//
220             
// button25
221             
//
222             
this.button25.BackColor = System.Drawing.SystemColors.ControlDarkDark;
223             
this.button25.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
224             
this.button25.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
225             
this.button25.ForeColor = System.Drawing.SystemColors.ButtonFace;
226             
this.button25.Location = new System.Drawing.Point(52, 45);
227             
this.button25.Name = "button25";
228             
this.button25.Size = new System.Drawing.Size(49, 31);
229             
this.button25.TabIndex = 26;
230             
this.button25.Text = "MR";
231             
this.button25.UseVisualStyleBackColor = false;
232             
this.button25.Click += new System.EventHandler(this.button25_Click);
233             
//
234             
// button26
235             
//
236             
this.button26.BackColor = System.Drawing.SystemColors.ControlDarkDark;
237             
this.button26.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
238             
this.button26.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
239             
this.button26.ForeColor = System.Drawing.SystemColors.ButtonFace;
240             
this.button26.Location = new System.Drawing.Point(143, 211);
241             
this.button26.Name = "button26";
242             
this.button26.Size = new System.Drawing.Size(47, 27);
243             
this.button26.TabIndex = 27;
244             
this.button26.Text = "%";
245             
this.button26.UseVisualStyleBackColor = false;
246             
this.button26.Click += new System.EventHandler(this.button26_Click);
247             
//
248             
// button27
249             
//
250             
this.button27.BackColor = System.Drawing.SystemColors.ControlDarkDark;
251             
this.button27.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
252             
this.button27.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
253             
this.button27.ForeColor = System.Drawing.SystemColors.ButtonFace;
254             
this.button27.Location = new System.Drawing.Point(189, 178);
255             
this.button27.Name = "button27";
256             
this.button27.Size = new System.Drawing.Size(43, 27);
257             
this.button27.TabIndex = 28;
258             
this.button27.Text = "log";
259             
this.button27.UseVisualStyleBackColor = false;
260             
this.button27.Click += new System.EventHandler(this.button27_Click);
261             
//
262             
// button28
263             
//
264             
this.button28.BackColor = System.Drawing.SystemColors.ControlDarkDark;
265             
this.button28.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
266             
this.button28.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
267             
this.button28.ForeColor = System.Drawing.SystemColors.ButtonFace;
268             
this.button28.Location = new System.Drawing.Point(189, 211);
269             
this.button28.Name = "button28";
270             
this.button28.Size = new System.Drawing.Size(43, 27);
271             
this.button28.TabIndex = 29;
272             
this.button28.Text = "(";
273             
this.button28.UseVisualStyleBackColor = false;
274             
this.button28.Click += new System.EventHandler(this.button28_Click);
275             
//
276             
// button29
277             
//
278             
this.button29.BackColor = System.Drawing.SystemColors.ControlDarkDark;
279             
this.button29.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
280             
this.button29.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
281             
this.button29.ForeColor = System.Drawing.SystemColors.ButtonFace;
282             
this.button29.Location = new System.Drawing.Point(231, 211);
283             
this.button29.Name = "button29";
284             
this.button29.Size = new System.Drawing.Size(43, 27);
285             
this.button29.TabIndex = 30;
286             
this.button29.Text = ")";
287             
this.button29.UseVisualStyleBackColor = false;
288             
this.button29.Click += new System.EventHandler(this.button29_Click);
289             
//
290             
// label2
291             
//
292             
this.label2.AutoSize = true;
293             
this.label2.BackColor = System.Drawing.Color.Teal;
294             
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
295             
this.label2.Location = new System.Drawing.Point(25, 15);
296             
this.label2.Name = "label2";
297             
this.label2.Size = new System.Drawing.Size(43, 13);
298             
this.label2.TabIndex = 31;
299             
this.label2.Text = "Result";
300             
//
301             
// groupBox1
302             
//
303             
this.groupBox1.Controls.Add(this.button60);
304             
this.groupBox1.Controls.Add(this.button59);
305             
this.groupBox1.Controls.Add(this.button58);
306             
this.groupBox1.Controls.Add(this.button55);
307             
this.groupBox1.Controls.Add(this.button43);
308             
this.groupBox1.Controls.Add(this.button53);
309             
this.groupBox1.Controls.Add(this.button48);
310             
this.groupBox1.Controls.Add(this.button47);
311             
this.groupBox1.Controls.Add(this.button42);
312             
this.groupBox1.Controls.Add(this.button57);
313             
this.groupBox1.Controls.Add(this.button46);
314             
this.groupBox1.Controls.Add(this.button45);
315             
this.groupBox1.Controls.Add(this.button56);
316             
this.groupBox1.Controls.Add(this.button49);
317             
this.groupBox1.Controls.Add(this.button54);
318             
this.groupBox1.Controls.Add(this.button52);
319             
this.groupBox1.Controls.Add(this.button51);
320             
this.groupBox1.Controls.Add(this.button50);
321             
this.groupBox1.Controls.Add(this.button24);
322             
this.groupBox1.Controls.Add(this.button25);
323             
this.groupBox1.Controls.Add(this.button23);
324             
this.groupBox1.Controls.Add(this.button41);
325             
this.groupBox1.Controls.Add(this.button44);
326             
this.groupBox1.Controls.Add(this.button18);
327             
this.groupBox1.Controls.Add(this.button40);
328             
this.groupBox1.Controls.Add(this.button36);
329             
this.groupBox1.Controls.Add(this.button3);
330             
this.groupBox1.Controls.Add(this.button39);
331             
this.groupBox1.Controls.Add(this.button35);
332             
this.groupBox1.Controls.Add(this.button17);
333             
this.groupBox1.Controls.Add(this.button38);
334             
this.groupBox1.Controls.Add(this.button16);
335             
this.groupBox1.Controls.Add(this.button19);
336             
this.groupBox1.Controls.Add(this.button4);
337             
this.groupBox1.Controls.Add(this.button12);
338             
this.groupBox1.Controls.Add(this.button8);
339             
this.groupBox1.Controls.Add(this.button20);
340             
this.groupBox1.Controls.Add(this.button37);
341             
this.groupBox1.Controls.Add(this.button2);
342             
this.groupBox1.Controls.Add(this.button27);
343             
this.groupBox1.Controls.Add(this.button34);
344             
this.groupBox1.Controls.Add(this.button15);
345             
this.groupBox1.Controls.Add(this.button14);
346             
this.groupBox1.Controls.Add(this.button33);
347             
this.groupBox1.Controls.Add(this.button32);
348             
this.groupBox1.Controls.Add(this.button6);
349             
this.groupBox1.Controls.Add(this.button31);
350             
this.groupBox1.Controls.Add(this.button30);
351             
this.groupBox1.Controls.Add(this.button11);
352             
this.groupBox1.Controls.Add(this.button7);
353             
this.groupBox1.Controls.Add(this.button10);
354             
this.groupBox1.Controls.Add(this.button26);
355             
this.groupBox1.Controls.Add(this.button21);
356             
this.groupBox1.Controls.Add(this.button5);
357             
this.groupBox1.Controls.Add(this.button1);
358             
this.groupBox1.Controls.Add(this.button9);
359             
this.groupBox1.Controls.Add(this.button29);
360             
this.groupBox1.Controls.Add(this.button22);
361             
this.groupBox1.Controls.Add(this.button28);
362             
this.groupBox1.Controls.Add(this.button13);
363             
this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
364             
this.groupBox1.Location = new System.Drawing.Point(6, 75);
365             
this.groupBox1.Name = "groupBox1";
366             
this.groupBox1.Size = new System.Drawing.Size(282, 424);
367             
this.groupBox1.TabIndex = 32;
368             
this.groupBox1.TabStop = false;
369             
//
370             
// button60
371             
//
372             
this.button60.BackColor = System.Drawing.SystemColors.ControlDarkDark;
373             
this.button60.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
374             
this.button60.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
375             
this.button60.ForeColor = System.Drawing.SystemColors.ButtonFace;
376             
this.button60.Location = new System.Drawing.Point(124, 9);
377             
this.button60.Name = "button60";
378             
this.button60.Size = new System.Drawing.Size(71, 31);
379             
this.button60.TabIndex = 46;
380             
this.button60.Text = "GRAD";
381             
this.button60.UseVisualStyleBackColor = false;
382             
this.button60.Click += new System.EventHandler(this.button60_Click);
383             
//
384             
// button59
385             
//
386             
this.button59.BackColor = System.Drawing.SystemColors.ControlDarkDark;
387             
this.button59.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
388             
this.button59.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
389             
this.button59.ForeColor = System.Drawing.SystemColors.ButtonFace;
390             
this.button59.Location = new System.Drawing.Point(68, 9);
391             
this.button59.Name = "button59";
392             
this.button59.Size = new System.Drawing.Size(56, 31);
393             
this.button59.TabIndex = 45;
394             
this.button59.Text = "DEG";
395             
this.button59.UseVisualStyleBackColor = false;
396             
this.button59.Click += new System.EventHandler(this.button59_Click);
397             
//
398             
// button58
399             
//
400             
this.button58.BackColor = System.Drawing.SystemColors.ControlDarkDark;
401             
this.button58.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
402             
this.button58.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
403             
this.button58.ForeColor = System.Drawing.SystemColors.ButtonFace;
404             
this.button58.Location = new System.Drawing.Point(6, 9);
405             
this.button58.Name = "button58";
406             
this.button58.Size = new System.Drawing.Size(62, 31);
407             
this.button58.TabIndex = 44;
408             
this.button58.Text = "RAD";
409             
this.button58.UseVisualStyleBackColor = false;
410             
this.button58.Click += new System.EventHandler(this.button58_Click);
411             
//
412             
// button55
413             
//
414             
this.button55.BackColor = System.Drawing.SystemColors.ControlDarkDark;
415             
this.button55.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
416             
this.button55.ForeColor = System.Drawing.SystemColors.ButtonFace;
417             
this.button55.Location = new System.Drawing.Point(131, 114);
418             
this.button55.Name = "button55";
419             
this.button55.Size = new System.Drawing.Size(49, 25);
420             
this.button55.TabIndex = 43;
421             
this.button55.Text = "Sign";
422             
this.button55.UseVisualStyleBackColor = false;
423             
this.button55.Click += new System.EventHandler(this.button55_Click_1);
424             
//
425             
// button43
426             
//
427             
this.button43.BackColor = System.Drawing.Color.Magenta;
428             
this.button43.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
429             
this.button43.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
430             
this.button43.ForeColor = System.Drawing.Color.White;
431             
this.button43.Location = new System.Drawing.Point(195, 9);
432             
this.button43.Name = "button43";
433             
this.button43.Size = new System.Drawing.Size(79, 31);
434             
this.button43.TabIndex = 41;
435             
this.button43.Text = "Financ";
436             
this.button43.UseVisualStyleBackColor = false;
437             
this.button43.Click += new System.EventHandler(this.button43_Click);
438             
//
439             
// button53
440             
//
441             
this.button53.BackColor = System.Drawing.SystemColors.ControlDarkDark;
442             
this.button53.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
443             
this.button53.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
444             
this.button53.ForeColor = System.Drawing.SystemColors.ButtonFace;
445             
this.button53.Location = new System.Drawing.Point(130, 81);
446             
this.button53.Name = "button53";
447             
this.button53.Size = new System.Drawing.Size(64, 27);
448             
this.button53.TabIndex = 42;
449             
this.button53.Text = "Floor";
450             
this.button53.UseVisualStyleBackColor = false;
451             
this.button53.Click += new System.EventHandler(this.button53_Click_1);
452             
//
453             
// button48
454             
//
455             
this.button48.BackColor = System.Drawing.SystemColors.ControlDarkDark;
456             
this.button48.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
457             
this.button48.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
458             
this.button48.ForeColor = System.Drawing.SystemColors.ButtonFace;
459             
this.button48.Location = new System.Drawing.Point(194, 81);
460             
this.button48.Name = "button48";
461             
this.button48.Size = new System.Drawing.Size(80, 27);
462             
this.button48.TabIndex = 39;
463             
this.button48.Text = "ceiling";
464             
this.button48.UseVisualStyleBackColor = false;
465             
this.button48.Click += new System.EventHandler(this.button48_Click);
466             
//
467             
// button47
468             
//
469             
this.button47.BackColor = System.Drawing.Color.Orange;
470             
this.button47.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
471             
this.button47.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
472             
this.button47.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
473             
this.button47.Location = new System.Drawing.Point(212, 45);
474             
this.button47.Name = "button47";
475             
this.button47.Size = new System.Drawing.Size(62, 31);
476             
this.button47.TabIndex = 33;
477             
this.button47.Text = "Formula";
478             
this.button47.UseVisualStyleBackColor = false;
479             
this.button47.Click += new System.EventHandler(this.button47_Click);
480             
//
481             
// button42
482             
//
483             
this.button42.BackColor = System.Drawing.Color.Goldenrod;
484             
this.button42.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
485             
this.button42.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
486             
this.button42.ForeColor = System.Drawing.Color.White;
487             
this.button42.Location = new System.Drawing.Point(145, 45);
488             
this.button42.Name = "button42";
489             
this.button42.Size = new System.Drawing.Size(67, 31);
490             
this.button42.TabIndex = 33;
491             
this.button42.Text = "CONV";
492             
this.button42.UseVisualStyleBackColor = false;
493             
this.button42.Click += new System.EventHandler(this.button42_Click);
494             
//
495             
// button57
496             
//
497             
this.button57.BackColor = System.Drawing.SystemColors.ControlDarkDark;
498             
this.button57.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
499             
this.button57.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
500             
this.button57.ForeColor = System.Drawing.SystemColors.ButtonFace;
501             
this.button57.Location = new System.Drawing.Point(90, 81);
502             
this.button57.Name = "button57";
503             
this.button57.Size = new System.Drawing.Size(40, 27);
504             
this.button57.TabIndex = 39;
505             
this.button57.Text = "φ";
506             
this.button57.UseVisualStyleBackColor = false;
507             
this.button57.Click += new System.EventHandler(this.button57_Click);
508             
//
509             
// button46
510             
//
511             
this.button46.BackColor = System.Drawing.SystemColors.ControlDarkDark;
512             
this.button46.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
513             
this.button46.ForeColor = System.Drawing.SystemColors.ButtonFace;
514             
this.button46.Location = new System.Drawing.Point(89, 114);
515             
this.button46.Name = "button46";
516             
this.button46.Size = new System.Drawing.Size(44, 25);
517             
this.button46.TabIndex = 35;
518             
this.button46.Text = "ATan";
519             
this.button46.UseVisualStyleBackColor = false;
520             
this.button46.Click += new System.EventHandler(this.button46_Click);
521             
//
522             
// button45
523             
//
524             
this.button45.BackColor = System.Drawing.SystemColors.ControlDarkDark;
525             
this.button45.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
526             
this.button45.ForeColor = System.Drawing.SystemColors.ButtonFace;
527             
this.button45.Location = new System.Drawing.Point(46, 114);
528             
this.button45.Name = "button45";
529             
this.button45.Size = new System.Drawing.Size(43, 25);
530             
this.button45.TabIndex = 34;
531             
this.button45.Text = "ACos";
532             
this.button45.UseVisualStyleBackColor = false;
533             
this.button45.Click += new System.EventHandler(this.button45_Click);
534             
//
535             
// button56
536             
//
537             
this.button56.BackColor = System.Drawing.SystemColors.ControlDarkDark;
538             
this.button56.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
539             
this.button56.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
540             
this.button56.ForeColor = System.Drawing.SystemColors.ButtonFace;
541             
this.button56.Location = new System.Drawing.Point(215, 114);
542             
this.button56.Name = "button56";
543             
this.button56.Size = new System.Drawing.Size(23, 25);
544             
this.button56.TabIndex = 38;
545             
this.button56.Text = "e";
546             
this.button56.UseVisualStyleBackColor = false;
547             
this.button56.Click += new System.EventHandler(this.button56_Click);
548             
//
549             
// button49
550             
//
551             
this.button49.BackColor = System.Drawing.SystemColors.ControlDarkDark;
552             
this.button49.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
553             
this.button49.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
554             
this.button49.ForeColor = System.Drawing.SystemColors.ButtonFace;
555             
this.button49.Location = new System.Drawing.Point(231, 145);
556             
this.button49.Name = "button49";
557             
this.button49.Size = new System.Drawing.Size(43, 27);
558             
this.button49.TabIndex = 38;
559             
this.button49.Text = "abs";
560             
this.button49.UseVisualStyleBackColor = false;
561             
this.button49.Click += new System.EventHandler(this.button49_Click);
562             
//
563             
// button54
564             
//
565             
this.button54.BackColor = System.Drawing.SystemColors.ControlDarkDark;
566             
this.button54.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
567             
this.button54.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
568             
this.button54.ForeColor = System.Drawing.SystemColors.ButtonFace;
569             
this.button54.Location = new System.Drawing.Point(53, 81);
570             
this.button54.Name = "button54";
571             
this.button54.Size = new System.Drawing.Size(37, 27);
572             
this.button54.TabIndex = 36;
573             
this.button54.Text = "¾";
574             
this.button54.UseVisualStyleBackColor = false;
575             
this.button54.Click += new System.EventHandler(this.button54_Click);
576             
//
577             
// button52
578             
//
579             
this.button52.BackColor = System.Drawing.SystemColors.ControlDarkDark;
580             
this.button52.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
581             
this.button52.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
582             
this.button52.ForeColor = System.Drawing.SystemColors.ButtonFace;
583             
this.button52.Location = new System.Drawing.Point(6, 81);
584             
this.button52.Name = "button52";
585             
this.button52.Size = new System.Drawing.Size(21, 27);
586             
this.button52.TabIndex = 34;
587             
this.button52.Text = "½";
588             
this.button52.UseVisualStyleBackColor = false;
589             
this.button52.Click += new System.EventHandler(this.button52_Click);
590             
//
591             
// button51
592             
//
593             
this.button51.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
594             
this.button51.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
595             
this.button51.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
596             
this.button51.ForeColor = System.Drawing.SystemColors.ButtonFace;
597             
this.button51.Image = global::Kalkulator.Properties.Resources.button;
598             
this.button51.Location = new System.Drawing.Point(166, 375);
599             
this.button51.Name = "button51";
600             
this.button51.Size = new System.Drawing.Size(54, 45);
601             
this.button51.TabIndex = 40;
602             
this.button51.Text = "EXP";
603             
this.button51.UseVisualStyleBackColor = false;
604             
this.button51.Click += new System.EventHandler(this.button51_Click);
605             
//
606             
// button50
607             
//
608             
this.button50.BackColor = System.Drawing.SystemColors.ControlDarkDark;
609             
this.button50.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
610             
this.button50.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
611             
this.button50.ForeColor = System.Drawing.SystemColors.ButtonFace;
612             
this.button50.Location = new System.Drawing.Point(27, 81);
613             
this.button50.Name = "button50";
614             
this.button50.Size = new System.Drawing.Size(26, 27);
615             
this.button50.TabIndex = 33;
616             
this.button50.Text = "¼";
617             
this.button50.UseVisualStyleBackColor = false;
618             
this.button50.Click += new System.EventHandler(this.button50_Click);
619             
//
620             
// button41
621             
//
622             
this.button41.BackColor = System.Drawing.SystemColors.ControlDarkDark;
623             
this.button41.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
624             
this.button41.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
625             
this.button41.ForeColor = System.Drawing.SystemColors.ButtonFace;
626             
this.button41.Location = new System.Drawing.Point(231, 178);
627             
this.button41.Name = "button41";
628             
this.button41.Size = new System.Drawing.Size(43, 27);
629             
this.button41.TabIndex = 33;
630             
this.button41.Text = "rnd";
631             
this.button41.UseVisualStyleBackColor = false;
632             
this.button41.Click += new System.EventHandler(this.button41_Click);
633             
//
634             
// button44
635             
//
636             
this.button44.BackColor = System.Drawing.SystemColors.ControlDarkDark;
637             
this.button44.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
638             
this.button44.ForeColor = System.Drawing.SystemColors.ButtonFace;
639             
this.button44.Location = new System.Drawing.Point(6, 114);
640             
this.button44.Name = "button44";
641             
this.button44.Size = new System.Drawing.Size(40, 25);
642             
this.button44.TabIndex = 33;
643             
this.button44.Text = "ASin";
644             
this.button44.UseVisualStyleBackColor = false;
645             
this.button44.Click += new System.EventHandler(this.button44_Click);
646             
//
647             
// button40
648             
//
649             
this.button40.BackColor = System.Drawing.SystemColors.ControlDarkDark;
650             
this.button40.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
651             
this.button40.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
652             
this.button40.ForeColor = System.Drawing.SystemColors.ButtonFace;
653             
this.button40.Location = new System.Drawing.Point(94, 145);
654             
this.button40.Name = "button40";
655             
this.button40.Size = new System.Drawing.Size(51, 27);
656             
this.button40.TabIndex = 33;
657             
this.button40.Text = "tanh";
658             
this.button40.UseVisualStyleBackColor = false;
659             
this.button40.Click += new System.EventHandler(this.button40_Click);
660             
//
661             
// button36
662             
//
663             
this.button36.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
664             
this.button36.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
665             
this.button36.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold);
666             
this.button36.ForeColor = System.Drawing.SystemColors.ButtonFace;
667             
this.button36.Location = new System.Drawing.Point(166, 244);
668             
this.button36.Name = "button36";
669             
this.button36.Size = new System.Drawing.Size(54, 44);
670             
this.button36.TabIndex = 33;
671             
this.button36.Text = "DEL";
672             
this.button36.UseVisualStyleBackColor = false;
673             
this.button36.Click += new System.EventHandler(this.button36_Click);
674             
//
675             
// button3
676             
//
677             
this.button3.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
678             
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
679             
this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 17.25F, System.Drawing.FontStyle.Bold);
680             
this.button3.ForeColor = System.Drawing.SystemColors.ButtonFace;
681             
this.button3.Image = global::Kalkulator.Properties.Resources.button;
682             
this.button3.Location = new System.Drawing.Point(166, 330);
683             
this.button3.Name = "button3";
684             
this.button3.Size = new System.Drawing.Size(54, 45);
685             
this.button3.TabIndex = 3;
686             
this.button3.Text = "+";
687             
this.button3.UseVisualStyleBackColor = false;
688             
this.button3.Click += new System.EventHandler(this.button3_Click);
689             
//
690             
// button39
691             
//
692             
this.button39.BackColor = System.Drawing.SystemColors.ControlDarkDark;
693             
this.button39.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
694             
this.button39.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
695             
this.button39.ForeColor = System.Drawing.SystemColors.ButtonFace;
696             
this.button39.Location = new System.Drawing.Point(6, 145);
697             
this.button39.Name = "button39";
698             
this.button39.Size = new System.Drawing.Size(43, 27);
699             
this.button39.TabIndex = 33;
700             
this.button39.Text = "sinh";
701             
this.button39.UseVisualStyleBackColor = false;
702             
this.button39.Click += new System.EventHandler(this.button39_Click);
703             
//
704             
// button35
705             
//
706             
this.button35.BackColor = System.Drawing.SystemColors.ControlDarkDark;
707             
this.button35.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
708             
this.button35.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
709             
this.button35.ForeColor = System.Drawing.SystemColors.ButtonFace;
710             
this.button35.Location = new System.Drawing.Point(49, 211);
711             
this.button35.Name = "button35";
712             
this.button35.Size = new System.Drawing.Size(46, 27);
713             
this.button35.TabIndex = 33;
714             
this.button35.Text = "x^y";
715             
this.button35.UseVisualStyleBackColor = false;
716             
this.button35.Click += new System.EventHandler(this.button35_Click);
717             
//
718             
// button38
719             
//
720             
this.button38.BackColor = System.Drawing.SystemColors.ControlDarkDark;
721             
this.button38.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
722             
this.button38.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
723             
this.button38.ForeColor = System.Drawing.SystemColors.ButtonFace;
724             
this.button38.Location = new System.Drawing.Point(49, 145);
725             
this.button38.Name = "button38";
726             
this.button38.Size = new System.Drawing.Size(46, 27);
727             
this.button38.TabIndex = 33;
728             
this.button38.Text = "cosh";
729             
this.button38.UseVisualStyleBackColor = false;
730             
this.button38.Click += new System.EventHandler(this.button38_Click_1);
731             
//
732             
// button16
733             
//
734             
this.button16.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
735             
this.button16.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
736             
this.button16.Font = new System.Drawing.Font("Microsoft Sans Serif", 17F, System.Drawing.FontStyle.Bold);
737             
this.button16.ForeColor = System.Drawing.SystemColors.ButtonFace;
738             
this.button16.Image = global::Kalkulator.Properties.Resources.button;
739             
this.button16.Location = new System.Drawing.Point(220, 287);
740             
this.button16.Name = "button16";
741             
this.button16.Size = new System.Drawing.Size(54, 44);
742             
this.button16.TabIndex = 16;
743             
this.button16.Text = "/";
744             
this.button16.UseVisualStyleBackColor = false;
745             
this.button16.Click += new System.EventHandler(this.button16_Click);
746             
//
747             
// button4
748             
//
749             
this.button4.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
750             
this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
751             
this.button4.Font = new System.Drawing.Font("Microsoft Sans Serif", 17.25F, System.Drawing.FontStyle.Bold);
752             
this.button4.ForeColor = System.Drawing.SystemColors.ButtonFace;
753             
this.button4.Image = global::Kalkulator.Properties.Resources.butt2;
754             
this.button4.Location = new System.Drawing.Point(220, 375);
755             
this.button4.Name = "button4";
756             
this.button4.Size = new System.Drawing.Size(54, 45);
757             
this.button4.TabIndex = 4;
758             
this.button4.Text = "=";
759             
this.button4.UseVisualStyleBackColor = false;
760             
this.button4.Click += new System.EventHandler(this.button4_Click);
761             
//
762             
// button12
763             
//
764             
this.button12.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
765             
this.button12.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
766             
this.button12.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
767             
this.button12.ForeColor = System.Drawing.SystemColors.ButtonFace;
768             
this.button12.Image = global::Kalkulator.Properties.Resources.button;
769             
this.button12.Location = new System.Drawing.Point(166, 287);
770             
this.button12.Name = "button12";
771             
this.button12.Size = new System.Drawing.Size(54, 44);
772             
this.button12.TabIndex = 12;
773             
this.button12.Text = "X";
774             
this.button12.UseVisualStyleBackColor = false;
775             
this.button12.Click += new System.EventHandler(this.button12_Click);
776             
//
777             
// button8
778             
//
779             
this.button8.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
780             
this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
781             
this.button8.Font = new System.Drawing.Font("Microsoft Sans Serif", 17.25F, System.Drawing.FontStyle.Bold);
782             
this.button8.ForeColor = System.Drawing.SystemColors.ButtonFace;
783             
this.button8.Image = global::Kalkulator.Properties.Resources.button;
784             
this.button8.Location = new System.Drawing.Point(220, 330);
785             
this.button8.Name = "button8";
786             
this.button8.Size = new System.Drawing.Size(54, 45);
787             
this.button8.TabIndex = 8;
788             
this.button8.Text = "-";
789             
this.button8.UseVisualStyleBackColor = false;
790             
this.button8.Click += new System.EventHandler(this.button8_Click);
791             
//
792             
// button20
793             
//
794             
this.button20.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
795             
this.button20.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
796             
this.button20.Font = new System.Drawing.Font("Microsoft Sans Serif", 17.25F, System.Drawing.FontStyle.Bold);
797             
this.button20.ForeColor = System.Drawing.SystemColors.ButtonFace;
798             
this.button20.Image = global::Kalkulator.Properties.Resources.button;
799             
this.button20.Location = new System.Drawing.Point(59, 375);
800             
this.button20.Name = "button20";
801             
this.button20.Size = new System.Drawing.Size(54, 45);
802             
this.button20.TabIndex = 21;
803             
this.button20.Text = "+/-";
804             
this.button20.UseVisualStyleBackColor = false;
805             
this.button20.Click += new System.EventHandler(this.button20_Click);
806             
//
807             
// button37
808             
//
809             
this.button37.BackColor = System.Drawing.SystemColors.ControlDarkDark;
810             
this.button37.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
811             
this.button37.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
812             
this.button37.ForeColor = System.Drawing.SystemColors.ButtonFace;
813             
this.button37.Location = new System.Drawing.Point(143, 178);
814             
this.button37.Name = "button37";
815             
this.button37.Size = new System.Drawing.Size(47, 27);
816             
this.button37.TabIndex = 33;
817             
this.button37.Text = "ln";
818             
this.button37.UseVisualStyleBackColor = false;
819             
this.button37.Click += new System.EventHandler(this.button37_Click);
820             
//
821             
// button2
822             
//
823             
this.button2.BackColor = System.Drawing.Color.Black;
824             
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
825             
this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 17F, System.Drawing.FontStyle.Bold);
826             
this.button2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
827             
this.button2.Image = global::Kalkulator.Properties.Resources.button;
828             
this.button2.Location = new System.Drawing.Point(112, 375);
829             
this.button2.Name = "button2";
830             
this.button2.Size = new System.Drawing.Size(54, 45);
831             
this.button2.TabIndex = 2;
832             
this.button2.Text = "•";
833             
this.button2.UseVisualStyleBackColor = false;
834             
this.button2.Click += new System.EventHandler(this.button2_Click);
835             
//
836             
// button34
837             
//
838             
this.button34.BackColor = System.Drawing.SystemColors.ControlDarkDark;
839             
this.button34.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
840             
this.button34.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
841             
this.button34.ForeColor = System.Drawing.SystemColors.ButtonFace;
842             
this.button34.Location = new System.Drawing.Point(6, 211);
843             
this.button34.Name = "button34";
844             
this.button34.Size = new System.Drawing.Size(43, 27);
845             
this.button34.TabIndex = 33;
846             
this.button34.Text = "1/x";
847             
this.button34.UseVisualStyleBackColor = false;
848             
this.button34.Click += new System.EventHandler(this.button34_Click);
849             
//
850             
// button15
851             
//
852             
this.button15.BackColor = System.Drawing.Color.Black;
853             
this.button15.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
854             
this.button15.Font = new System.Drawing.Font("Microsoft Sans Serif", 17F, System.Drawing.FontStyle.Bold);
855             
this.button15.ForeColor = System.Drawing.SystemColors.ControlLightLight;
856             
this.button15.Image = global::Kalkulator.Properties.Resources.button;
857             
this.button15.Location = new System.Drawing.Point(112, 244);
858             
this.button15.Name = "button15";
859             
this.button15.Size = new System.Drawing.Size(54, 44);
860             
this.button15.TabIndex = 15;
861             
this.button15.Text = "9";
862             
this.button15.UseVisualStyleBackColor = false;
863             
this.button15.Click += new System.EventHandler(this.button15_Click);
864             
//
865             
// button14
866             
//
867             
this.button14.BackColor = System.Drawing.Color.Black;
868             
this.button14.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
869             
this.button14.Font = new System.Drawing.Font("Microsoft Sans Serif", 17F, System.Drawing.FontStyle.Bold);
870             
this.button14.ForeColor = System.Drawing.SystemColors.ControlLightLight;
871             
this.button14.Image = global::Kalkulator.Properties.Resources.button;
872             
this.button14.Location = new System.Drawing.Point(59, 244);
873             
this.button14.Name = "button14";
874             
this.button14.Size = new System.Drawing.Size(54, 44);
875             
this.button14.TabIndex = 14;
876             
this.button14.Text = "8";
877             
this.button14.UseVisualStyleBackColor = false;
878             
this.button14.Click += new System.EventHandler(this.button14_Click);
879             
//
880             
// button33
881             
//
882             
this.button33.BackColor = System.Drawing.SystemColors.ControlDarkDark;
883             
this.button33.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
884             
this.button33.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
885             
this.button33.ForeColor = System.Drawing.SystemColors.ButtonFace;
886             
this.button33.Location = new System.Drawing.Point(94, 178);
887             
this.button33.Name = "button33";
888             
this.button33.Size = new System.Drawing.Size(51, 27);
889             
this.button33.TabIndex = 36;
890             
this.button33.Text = "tan";
891             
this.button33.UseVisualStyleBackColor = false;
892             
this.button33.Click += new System.EventHandler(this.button33_Click);
893             
//
894             
// button32
895             
//
896             
this.button32.BackColor = System.Drawing.SystemColors.ControlDarkDark;
897             
this.button32.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
898             
this.button32.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
899             
this.button32.ForeColor = System.Drawing.SystemColors.ButtonFace;
900             
this.button32.Location = new System.Drawing.Point(49, 178);
901             
this.button32.Name = "button32";
902             
this.button32.Size = new System.Drawing.Size(46, 27);
903             
this.button32.TabIndex = 35;
904             
this.button32.Text = "cos";
905             
this.button32.UseVisualStyleBackColor = false;
906             
this.button32.Click += new System.EventHandler(this.button32_Click);
907             
//
908             
// button6
909             
//
910             
this.button6.BackColor = System.Drawing.Color.Black;
911             
this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
912             
this.button6.Font = new System.Drawing.Font("Microsoft Sans Serif", 17F, System.Drawing.FontStyle.Bold);
913             
this.button6.ForeColor = System.Drawing.SystemColors.ControlLightLight;
914             
this.button6.Image = global::Kalkulator.Properties.Resources.button;
915             
this.button6.Location = new System.Drawing.Point(59, 330);
916             
this.button6.Name = "button6";
917             
this.button6.Size = new System.Drawing.Size(54, 45);
918             
this.button6.TabIndex = 6;
919             
this.button6.Text = "2";
920             
this.button6.UseVisualStyleBackColor = false;
921             
this.button6.Click += new System.EventHandler(this.button6_Click);
922             
//
923             
// button31
924             
//
925             
this.button31.BackColor = System.Drawing.SystemColors.ControlDarkDark;
926             
this.button31.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
927             
this.button31.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
928             
this.button31.ForeColor = System.Drawing.SystemColors.ButtonFace;
929             
this.button31.Location = new System.Drawing.Point(6, 178);
930             
this.button31.Name = "button31";
931             
this.button31.Size = new System.Drawing.Size(43, 27);
932             
this.button31.TabIndex = 34;
933             
this.button31.Text = "sin";
934             
this.button31.UseVisualStyleBackColor = false;
935             
this.button31.Click += new System.EventHandler(this.button31_Click);
936             
//
937             
// button30
938             
//
939             
this.button30.BackColor = System.Drawing.SystemColors.ControlDarkDark;
940             
this.button30.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
941             
this.button30.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
942             
this.button30.ForeColor = System.Drawing.SystemColors.ButtonFace;
943             
this.button30.Location = new System.Drawing.Point(143, 145);
944             
this.button30.Name = "button30";
945             
this.button30.Size = new System.Drawing.Size(47, 27);
946             
this.button30.TabIndex = 33;
947             
this.button30.Text = "π";
948             
this.button30.UseVisualStyleBackColor = false;
949             
this.button30.Click += new System.EventHandler(this.button30_Click);
950             
//
951             
// button11
952             
//
953             
this.button11.BackColor = System.Drawing.Color.Black;
954             
this.button11.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
955             
this.button11.Font = new System.Drawing.Font("Microsoft Sans Serif", 17F, System.Drawing.FontStyle.Bold);
956             
this.button11.ForeColor = System.Drawing.SystemColors.ControlLightLight;
957             
this.button11.Image = global::Kalkulator.Properties.Resources.button;
958             
this.button11.Location = new System.Drawing.Point(112, 286);
959             
this.button11.Name = "button11";
960             
this.button11.Size = new System.Drawing.Size(54, 45);
961             
this.button11.TabIndex = 11;
962             
this.button11.Text = "6";
963             
this.button11.UseVisualStyleBackColor = false;
964             
this.button11.Click += new System.EventHandler(this.button11_Click);
965             
//
966             
// button7
967             
//
968             
this.button7.BackColor = System.Drawing.Color.Black;
969             
this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
970             
this.button7.Font = new System.Drawing.Font("Microsoft Sans Serif", 17F, System.Drawing.FontStyle.Bold);
971             
this.button7.ForeColor = System.Drawing.SystemColors.ControlLightLight;
972             
this.button7.Image = global::Kalkulator.Properties.Resources.button;
973             
this.button7.Location = new System.Drawing.Point(112, 330);
974             
this.button7.Name = "button7";
975             
this.button7.Size = new System.Drawing.Size(54, 45);
976             
this.button7.TabIndex = 7;
977             
this.button7.Text = "3";
978             
this.button7.UseVisualStyleBackColor = false;
979             
this.button7.Click += new System.EventHandler(this.button7_Click);
980             
//
981             
// button10
982             
//
983             
this.button10.BackColor = System.Drawing.Color.Black;
984             
this.button10.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
985             
this.button10.Font = new System.Drawing.Font("Microsoft Sans Serif", 17F, System.Drawing.FontStyle.Bold);
986             
this.button10.ForeColor = System.Drawing.SystemColors.ControlLightLight;
987             
this.button10.Image = global::Kalkulator.Properties.Resources.button;
988             
this.button10.Location = new System.Drawing.Point(59, 285);
989             
this.button10.Name = "button10";
990             
this.button10.Size = new System.Drawing.Size(54, 46);
991             
this.button10.TabIndex = 10;
992             
this.button10.Text = "5";
993             
this.button10.UseVisualStyleBackColor = false;
994             
this.button10.Click += new System.EventHandler(this.button10_Click);
995             
//
996             
// button5
997             
//
998             
this.button5.BackColor = System.Drawing.Color.Black;
999             
this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
1000             
this.button5.Font = new System.Drawing.Font("Microsoft Sans Serif", 17F, System.Drawing.FontStyle.Bold);
1001             
this.button5.ForeColor = System.Drawing.SystemColors.ControlLightLight;
1002             
this.button5.Image = global::Kalkulator.Properties.Resources.button;
1003             
this.button5.Location = new System.Drawing.Point(6, 330);
1004             
this.button5.Name = "button5";
1005             
this.button5.Size = new System.Drawing.Size(54, 45);
1006             
this.button5.TabIndex = 5;
1007             
this.button5.Text = "1";
1008             
this.button5.UseVisualStyleBackColor = false;
1009             
this.button5.Click += new System.EventHandler(this.button5_Click);
1010             
//
1011             
// button1
1012             
//
1013             
this.button1.BackColor = System.Drawing.Color.Black;
1014             
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
1015             
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 17.25F, System.Drawing.FontStyle.Bold);
1016             
this.button1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
1017             
this.button1.Image = global::Kalkulator.Properties.Resources.button;
1018             
this.button1.Location = new System.Drawing.Point(6, 375);
1019             
this.button1.Name = "button1";
1020             
this.button1.Size = new System.Drawing.Size(54, 45);
1021             
this.button1.TabIndex = 1;
1022             
this.button1.Text = "0";
1023             
this.button1.UseVisualStyleBackColor = false;
1024             
this.button1.Click += new System.EventHandler(this.button1_Click);
1025             
//
1026             
// button9
1027             
//
1028             
this.button9.BackColor = System.Drawing.Color.Black;
1029             
this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
1030             
this.button9.Font = new System.Drawing.Font("Microsoft Sans Serif", 17F, System.Drawing.FontStyle.Bold);
1031             
this.button9.ForeColor = System.Drawing.SystemColors.ControlLightLight;
1032             
this.button9.Image = global::Kalkulator.Properties.Resources.button;
1033             
this.button9.Location = new System.Drawing.Point(6, 287);
1034             
this.button9.Name = "button9";
1035             
this.button9.Size = new System.Drawing.Size(54, 44);
1036             
this.button9.TabIndex = 9;
1037             
this.button9.Text = "4";
1038             
this.button9.UseVisualStyleBackColor = false;
1039             
this.button9.Click += new System.EventHandler(this.button9_Click);
1040             
//
1041             
// button13
1042             
//
1043             
this.button13.BackColor = System.Drawing.Color.Black;
1044             
this.button13.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
1045             
this.button13.Font = new System.Drawing.Font("Microsoft Sans Serif", 17F, System.Drawing.FontStyle.Bold);
1046             
this.button13.ForeColor = System.Drawing.SystemColors.ControlLightLight;
1047             
this.button13.Image = global::Kalkulator.Properties.Resources.button;
1048             
this.button13.Location = new System.Drawing.Point(6, 244);
1049             
this.button13.Name = "button13";
1050             
this.button13.Size = new System.Drawing.Size(54, 45);
1051             
this.button13.TabIndex = 13;
1052             
this.button13.Text = "7";
1053             
this.button13.UseVisualStyleBackColor = false;
1054             
this.button13.Click += new System.EventHandler(this.button13_Click);
1055             
//
1056             
// Calculator
1057             
//
1058             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
1059             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
1060             
this.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
1061             
this.ClientSize = new System.Drawing.Size(293, 502);
1062             
this.Controls.Add(this.groupBox1);
1063             
this.Controls.Add(this.label2);
1064             
this.Controls.Add(this.label1);
1065             
this.Controls.Add(this.textBox1);
1066             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
1067             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
1068             
this.MaximizeBox = false;
1069             
this.Name = "Calculator";
1070             
this.Text = "iCalculator";
1071             
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Calculator_FormClosed);
1072             
this.Load += new System.EventHandler(this.Form1_Load);
1073             
this.groupBox1.ResumeLayout(false);
1074             
this.ResumeLayout(false);
1075             
this.PerformLayout();
1076
1077         }
1078
1079         
#endregion
1080
1081         
private System.Windows.Forms.Button button1;
1082         
private System.Windows.Forms.Button button2;
1083         
private System.Windows.Forms.Button button3;
1084         
private System.Windows.Forms.Button button4;
1085         
private System.Windows.Forms.Button button5;
1086         
private System.Windows.Forms.Button button6;
1087         
private System.Windows.Forms.Button button7;
1088         
private System.Windows.Forms.Button button8;
1089         
private System.Windows.Forms.Button button9;
1090         
private System.Windows.Forms.Button button10;
1091         
private System.Windows.Forms.Button button11;
1092         
private System.Windows.Forms.Button button12;
1093         
private System.Windows.Forms.Button button13;
1094         
private System.Windows.Forms.Button button14;
1095         
private System.Windows.Forms.Button button15;
1096         
private System.Windows.Forms.Button button16;
1097         
private System.Windows.Forms.Button button17;
1098         
private System.Windows.Forms.Button button18;
1099         
private System.Windows.Forms.Label label1;
1100         
private System.Windows.Forms.Button button19;
1101         
private System.Windows.Forms.Button button20;
1102         
private System.Windows.Forms.Button button21;
1103         
private System.Windows.Forms.Button button22;
1104         
private System.Windows.Forms.Button button23;
1105         
private System.Windows.Forms.Button button24;
1106         
private System.Windows.Forms.Button button25;
1107         
private System.Windows.Forms.Button button26;
1108         
private System.Windows.Forms.Button button27;
1109         
private System.Windows.Forms.Button button28;
1110         
private System.Windows.Forms.Button button29;
1111         
private System.Windows.Forms.Label label2;
1112         
private System.Windows.Forms.GroupBox groupBox1;
1113         
private System.Windows.Forms.Button button30;
1114         
private System.Windows.Forms.Button button31;
1115         
private System.Windows.Forms.Button button33;
1116         
private System.Windows.Forms.Button button32;
1117         
private System.Windows.Forms.Button button34;
1118         
private System.Windows.Forms.Button button35;
1119         
private System.Windows.Forms.Button button36;
1120         
private System.Windows.Forms.Button button37;
1121         
private System.Windows.Forms.Button button38;
1122         
private System.Windows.Forms.Button button40;
1123         
private System.Windows.Forms.Button button39;
1124         
private System.Windows.Forms.Button button41;
1125         
private System.Windows.Forms.Button button44;
1126         
private System.Windows.Forms.Button button45;
1127         
private System.Windows.Forms.Button button46;
1128         
private System.Windows.Forms.Button button49;
1129         
private System.Windows.Forms.Button button51;
1130         
private System.Windows.Forms.Button button50;
1131         
private System.Windows.Forms.Button button52;
1132         
private System.Windows.Forms.Button button54;
1133         
private System.Windows.Forms.Button button56;
1134         
private System.Windows.Forms.Button button57;
1135         
private System.Windows.Forms.Button button42;
1136         
public System.Windows.Forms.TextBox textBox1;
1137         
private System.Windows.Forms.Button button43;
1138         
private System.Windows.Forms.Button button47;
1139         
private System.Windows.Forms.Button button48;
1140         
private System.Windows.Forms.Button button53;
1141         
private System.Windows.Forms.Button button55;
1142         
private System.Windows.Forms.Button button60;
1143         
private System.Windows.Forms.Button button59;
1144         
private System.Windows.Forms.Button button58;
1145     }
1146 }


Gõ tìm kiếm nhanh...